Argument is not typed as a reference argument because 參數(shù)未類型化為引用參數(shù),原因是
Consequently , variable - length arrays are imported as reference arguments 因此,變長(zhǎng)數(shù)組被作為引用參數(shù)導(dǎo)入。
The c language uses both pass - by - value and pass - by - reference argument passing mechanisms C + +語(yǔ)言同時(shí)使用按值傳遞和按引用傳遞的參數(shù)傳遞機(jī)制:
Use this remap capability to get back by - reference arguments when such arguments are present . when you pass arguments by name , the binder reorders the argument array 當(dāng)通過(guò)名稱傳遞參數(shù)時(shí),聯(lián)編程序重新排序參數(shù)數(shù)組,而該順序就是調(diào)用方法所看見(jiàn)的。
The expression evaluator supports function calls with by value arguments but does not support function calls with by reference arguments , objects , arrays , functions , and strings 該表達(dá)式計(jì)算器支持具有“通過(guò)值傳遞”的參數(shù)的函數(shù)調(diào)用,但不支持具有“通過(guò)引用傳遞”的參數(shù)、對(duì)象、數(shù)組、函數(shù)和字符串的函數(shù)調(diào)用。